Release v0.6 + small fixes #97
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I made a number of small final fixes:
copy_inputwas missing some::typeofin the signatures, making the CI output complain about method redefinitions0.0gauge dependency in the case of empty arrays (atol = rtol = gaugedep = 0.0). Here I changed<to<=on these checks to remedy thisgaugefixtofixgaugefor the keywordsI also added a changelog to the documentation, as I think this is good practice in general, and it makes it a lot easier to (auto)generate release notes.
MatrixAlgebraKit.jl v0.6.0 Release Notes
We are pleased to announce the release of MatrixAlgebraKit.jl v0.6.0. This release brings significant new features, enhanced GPU support, and improved automatic differentiation capabilities.
Highlights
project_isometricfor manifold projectionsNew Features
Matrix Projections
project_isometric- Project matrices onto the isometric manifold (#67)PolarNewton- New Newton-iteration-based algorithm for polar decomposition (#67)Matrix Property Functions
New functions for analyzing and manipulating matrix properties (#64):
ishermitian- Check if a matrix is Hermitianisantihermitian- Check if a matrix is anti-Hermitianhermitianpart!/hermitianpart- Extract Hermitian component (in-place and allocating)antihermitianpart!/antihermitianpart- Extract anti-Hermitian component (in-place and allocating)Extended Type Support
GenericLinearAlgebraextension (#87)Automatic Differentiation
GPU Acceleration
Extended GPU support across multiple operations:
Truncation Features
Breaking Changes
Renamed Functions
isisometry→isisometricfor consistency withproject_isometric(#73)Interface Changes
left_orth,right_orth,left_null, andright_null(#79)Improvements
Behavior Changes
gaugefix!is now optional (#95)Dependencies
New Extensions
MatrixAlgebraKitGenericLinearAlgebraExt- BigFloat supportMatrixAlgebraKitGenericSchurExt- BigFloat supportMatrixAlgebraKitMooncakeExt- Mooncake AD integrationCompatibility
Acknowledgments
Thank you to all contributors who made this release possible.
Documentation
For detailed documentation, please visit:
Links
For any issues or questions, please file an issue on our GitHub repository.